Revision: package-framework--devo--1.0--patch-7
Archive: lord@emf.net--2003
Creator: Tom Lord <lord@emf.net>
Date: Tue Feb  4 01:30:46 PST 2003
Standard-date: 2003-02-04 09:30:46 GMT
Summary: tweaked auto-header-dependency tracking
Keywords: 
New-files: {arch}/package-framework/package-framework--devo/package-framework--devo--1.0/lord@emf.net--2003/patch-log/patch-7
Modified-files: =THANKS ChangeLog.d/ChangeLog
  ChangeLog.d/lord@emf.net--2002/ChangeLog.devo--1.0
  build-tools/Makefiles/cpp-to-includes.sed
New-patches: lord@emf.net--2003/package-framework--devo--1.0--patch-7



GCC complicates extracting header names from the line directives of
`cc -E' output by including pseudo-filenames such as "<built-in>".

Recent versions of GCC apparently translate those names to the local
language.

So, instead of a fixed list of strings to omit from dependency lists,
`package-framework' now just excludes all names of the form `<.*>'.


